Skip to content

Conversation

@cknitt
Copy link
Member

@cknitt cknitt commented Feb 5, 2025

No description provided.

Copy link
Member

@tsnobip tsnobip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me except from this small comment we'd rather fix on master anyway.

| _ -> 10
in
scanDigits scanner ~base;
ignore (scanDigits scanner ~base);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a big fan of ignore here, it would swallow errors if we add an argument to the function later on

Suggested change
ignore (scanDigits scanner ~base);
let _foundDigits: bool = scanDigits scanner ~base;

But it's likely something we should instead fix on master.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tsnobip Agreed - would you do a PR on master?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cknitt done here
#7280

@cknitt cknitt merged commit 7768ad7 into 11.0_release Feb 6, 2025
14 checks passed
@cknitt cknitt deleted the backport branch February 6, 2025 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants